home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group00b.txt / 000124_icon-group-sender_Mon Oct 30 08:31:13 2000.msg < prev    next >
Internet Message Format  |  2001-01-03  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id e9UFV3b25818
  4.     for icon-group-addresses; Mon, 30 Oct 2000 08:31:03 -0700 (MST)
  5. Message-Id: <200010301531.e9UFV3b25818@baskerville.CS.Arizona.EDU>
  6. From: "Steve Waldo" <waldos@bitstream.net>
  7. X-Newsgroups: comp.lang.icon
  8. Subject: Re: ms-dos extensions ?
  9. Date: Sun, 29 Oct 2000 07:13:11 -0600
  10. X-Priority: 3
  11. X-MSMail-Priority: Normal
  12. X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
  13. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
  14. X-Trace: 972825168 gemini.bitstream.net 28256 216.243.158.49
  15. X-Complaints-To: abuse@bitstream.net
  16. To: icon-group@cs.arizona.edu
  17. Errors-To: icon-group-errors@cs.arizona.edu
  18. Status: RO
  19. Content-Length: 886
  20.  
  21. The dos functions would have to be compiled into your version of icon. To find
  22. out if your copy has them use
  23.     every write(&features)
  24. One of the items in the list would be "MS-DOS extensions". The newest version of
  25. icon for dos does not include this feature. You could try the older copies.
  26. http://www.cs.arizona.edu/icon/ftp/binaries/msdos/
  27.  
  28. I'm not sure where you would find documentation for the Int86() function, but it
  29. calls the int86x() function, which was supplied with many dos C compilers back
  30. in the ancient days when dos C compilers were still available.
  31.  
  32. --Steve
  33.  
  34.  
  35. "P.A.Caleala" wrote
  36. Hello
  37. I found in one icon program a reference to some ms-dos extensions.
  38. One of the functions INT86(... was used to access the disk
  39. I could not find anything in the documentation which comes with icon
  40. am i wrong ?
  41. Could you tell me, please,
  42. where can i find these ms-dos extensions ?
  43.  
  44.  
  45.